V a r i a b l e   N u m e r i c   D e l t a 
 
 V a r i a b l e   N u m e r i c   L a m b d a 
 
 V a r i a b l e   S t r i n g   M i k e y 
 
 V a r i a b l e   S t r i n g   P l u t o 
 
 M i k e y   =   " a b c d e f g h i " 
 
 D e l t a   =   L a m b d a   +   3 
 
 s 1   =   P l u t o   &   R e p l a c e ( s 1 ,   " c " ,   " d " ) 
 
 s 1   =   M i d ( P l u t o ,   3 ,   1 ) 
 
 s 1   =   M i d ( F o r m a t ( D e l t a ,   " 0 " )   ,   3 ,   1 ) 
 
 s 1   =   M i d ( S t r ( D e l t a ) ,   L e n ( M i k e y ) ,   1 ) 
 
 s 1   =   M i d ( M i k e y ,   L a m b d a ,   2 ) 
 
 s 1   =   M i d ( " a b c d e f g h i " ,   2 ) 
 
 D e l t a   =   1 . 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 
 
 s 1   =   F o r m a t ( D e l t a ,   " 0 . 0 0 " ) 
 
 s 1   =   F o r m a t ( D e l t a ) 
 
 s 1   =   M i d ( F o r m a t ( 0 ) ,   2 ) 
 
 
 
 s 1   =   M i d ( " a b c d e f g h i " ,   - 1 ) 
 
 
 
 
 
 
 
 
 
 ' W A T C H   s 1 
 
 